
body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none !important;
    z-index: 1;
}


/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.v3d-simple-preloader-logo{
    width:110%
}

.trial{
    display: none;
}
  
  @media (max-width: 700px) {
    /* hostpot1 */
    #ann4_dialog {
      margin-left: -50px;
      margin-top: 15px;
      width: 250px;
      transform: scale(0.8) !important;
    }
  
    /* hostpot2 */
    #ann5_dialog {
      margin-top: 100px;
      margin-left: -150px;
      width: 250px;
    }
  
    /* hostpot3 */
    #ann6_dialog {
      margin-top: -280px;
      margin-left: -150px;
      width: 265px;
      transform: scale(0.7) !important;
    }
  
    /* hostpot4 */
    #ann7_dialog {
      margin-top: 40px;
      margin-left: -120px;
      width: 250px;
      transform: scale(0.8) !important;
    }
  
    /* hostpot5 */
    #ann8_dialog {
      margin-top: 15px;
      margin-left: -120px;
      transform: scale(0.8) !important;
    }
  
    img{
        width: 100%;
    }

    iframe{
        width: 100%;
        height: 130px;
    }
  }
  
  @media (height: 600px) {
    /* hostpot1 */
    #ann4_dialog {
      margin-right: -250px;
      margin-top: 40px;
      transform: scale(1) !important;
    }
  
    /* hostpot2 */
    #ann5_dialog {
      margin-top: -40px;
      margin-left: 65px;
      transform: scale(1.2) !important;
    }
  
    /* hostpot3 */
    #ann6_dialog {
      margin-top: -170px;
      margin-left: 50px;
    }
  
    /* hostpot4 */
    #ann7_dialog {
      margin-top: -60px;
      margin-left: 50px;
    }
        
    /* hostpot5 */
    #ann8_dialog {
        margin-top: -150px;
        margin-left: 50px;
    }
        
  }